﻿.sec1 ul.ul1 {
	margin: 10px 0;
}

.sec1 ul.ul1 li {
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.sec1 ul.ul1 li a {
	display: block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #2a8c3a;
}

.sec1 ul.ul1 li:hover a {
	background: #dd7220;
}

.sec1 .ul2 li {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.sec1 .ul2 li p {
	line-height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.sec1 .ul2 li p:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #2a8c3a;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s;
	z-index: -1;
}

.sec1 .ul2 li:hover p:after {
	height: 100%;
}

.sec1 .ul2 li:hover p {
	color: #fff;
}

.sec1 li .pho {
	overflow: hidden;
	border: 1px solid #efefef;
}

.sec1 li img {
	transition: 0.3s;
}

.sec1 li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sec2 {
	background: url(../images/bg1.jpg) no-repeat;
	padding: 30px 0;
	overflow: hidden;
	background-size: cover;
}

.sec2 .title p:after {
	background-image: url(../images/linew1.png);
}

.sec2 .title p:before {
	background-image: url(../images/linew.png);
}

.sec2 .clear {
	margin-top: 30px;
}

.sec2 .fl {
	width: 20%;
	position: relative;
}

.sec2 .fl .bg {
	position: absolute;
	width: 100%;
	background: #dd7220;
	left: -20px;
	top: -20px;
	bottom: 20px;
	z-index: 1;
}

.sec2 .fl ul {
	position: relative;
	z-index: 20;
	background: #2a8c3a;
}

.sec2 .fl a {
	display: block;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sec2 .fl li:hover a {
	background: #dd7220;
}

.sec2 .fl a strong {
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	font-weight: 500;
	padding-left: 15px;
	margin-top: -15px;
	color: rgba(255, 255, 255, .1);
}

.sec2 .fl li:hover a strong {
	color: rgba(0, 0, 0, .1);
}

.sec2 .fr {
	width: 78%;
}

.sec2 .fr li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px 25px;
}

.sec2 .fr li .pho {
	position: relative;
}

.sec2 .fr li .pho p {
	line-height: 40px;
	font-size: 16px;
	color: #333;
	background: #fff;
	text-align: center;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 100;
}

.sec3 .flBox .comBox {
	margin: 20px 0;
}

.sec3 .flBox .comBox .bannerswiper {
	width: 36%;
}

.sec3 .flBox .comBox .bannerswiper a {
	display: block;
	position: relative;
}

.sec3 .flBox .swiper-pagination {
	text-align: right;
	padding-right: 10px;
	bottom: 15px;
}

.sec3 .flBox .comBox .bannerswiper p {
	line-height: 50px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 10px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.sec3 .flBox .comBox .swiper-pagination-bullet {
	width: 24px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .7);
}

.sec3 .flBox .comBox .swiper-pagination-bullet-active {
	width: 30px;
	background: #2a8c3a;
	opacity: 1;
}

.sec3 .flBox .comBox .text {
	width: 60%;
}

.sec3 .flBox .comBox .text h2 {
	font-size: 30px;
	color: #2a8c3a;
	margin-bottom: 10px;
}

.sec3 .flBox .comBox .text p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	height: 200px;
	overflow: hidden;
}

.sec3 .flBox .comBox .text a {
	display: block;
	width: 120px;
	line-height: 36px;
	border-radius: 18px;
	background: #2a8c3a;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 8px rgba(37, 126, 52, .4);
}

.sec3 .flBox h3 {
	border-bottom: 1px solid #ddd;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	height: 36px;
	margin: 12px 0;
	text-align: center;
}

.sec3 .flBox h3:after {
	content: "企业荣誉";
	width: 120px;
	line-height: 36px;
	height: 36px;
	border-radius: 4px 4px 0 0;
	background: #2a8c3a;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.sec3 .flBox .swiper-container {
	padding: 10px 0 0;
	margin: 0 10px;
}

.sec3 .rx .swiper-slide img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sec3 .flBox .swiper-slide p {
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

.sec7 li {
	width: 25%;
	float: left;
	padding: 15px 10px;
	box-sizing: border-box;
}

.sec7 li p {
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
	text-align: center;
	font-size: 16px;
	background: #efefef;
	color: #333;
	transition: 0.3s;
}

.sec7 li:hover p {
	background: #2a8c3a;
	color: #fff;
}
.sec7 li .pho {
	position:relative;
}

.sec7 li .pho span {
	display:block;
	height:50px;
	width:50px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	background:url(../images/open1.png) no-repeat center;
	background-size:cover

}
.sec7 .more a {
	display: block;
	width: 140px;
	line-height: 36px;
	font-size: 15px;
	border: 2px solid #ccc;
	color: #555;
	text-align: center;
	border-radius: 20px;
	margin: 10px auto;
}

.sec7 .more a:hover {
	background: #2a8c3a;
	color: #fff;
	border-color: #2a8c3a;
	box-shadow: rgba(37, 126, 52, .3)
}

.sec4 {
	padding: 40px 0;
	background: url(../images/gsbj.jpg) no-repeat bottom center;
	background-size: cover;
}

.sec4 .swiper-container {
	padding: 40px 0 30px;
	height: 154px;
}

.sec4 .swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sec4 .swiper-slide-active, .sec4 .swiper-slide-duplicate-active {
	transform: scale(1.1) translateY(-7.5px);
	padding: 10px;
	box-sizing: border-box;
	background: #2a8c3a;
	height: 169px;
}

.sec4 .swiper-slide-active a, .sec4 .swiper-slide-duplicate-active a {
	color: #fff;
}

.sec4 .swiper-slide a {
	display: block;
}

.sec4 .swiper-slide .pho {
	width: 40%;
	float: left;
}

.sec4 .swiper-slide .text {
	width: 60%;
	float: left;
	padding: 0 10px 0 15px;
	box-sizing: border-box;
	text-align: left;
}

.sec4 .swiper-slide .text h3 {
	font-size: 17px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.sec4 .swiper-slide .text p {
	font-size: 15px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.sec4 .swiper-slide .text span {
	display: block;
	width: 80px;
	line-height: 28px;
	color: #fff;
	background: #2a8c3a;
	text-align: center;
	float: right;
	margin-top: 6px;
	border-radius: 3px;
}

.sec4 .swiper-slide-active .text h3 {
	font-size: 16px;
	font-weight: 600;
}

.sec4 .swiper-slide-active .text p {
	font-size: 14px;
}

.sec4 .swiper-slide-active .text span {
	color: #333;
	background: #fff;
}

.sec4 .more a {
	display: block;
	width: 120px;
	line-height: 36px;
	color: #333;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 18px;
	font-size: 15px;
	box-shadow: 0 0 6px rgba(42, 140, 58, .3);
}

.sec4 .more a:hover {
	background: #2a8c3a;
	color: #fff;
}

.pic1 {
	margin: 30px 0;
}

.sec6 .fl {
	width: 65%;
}

.sec6 .titl1 {
	background: #efefef;
	line-height: 40px;
	margin-bottom: 14px;
}

.sec6 .titl1 span {
	display: block;
	width: 120px;
	background: #2a8c3a;
	color: #fff;
	float: left;
	font-size: 16px;
	text-align: center;
}

.sec6 .titl1 a {
	display: block;
	float: right;
	margin-right: 8px;
	color: #888;
}

.sec6 .fl .flBox {
	padding: 10px;
	border: 1px solid #ddd;
}

.sec6 .fl .comBox a {
	display: block;
	margin-bottom: 10px;
	background: #f7f7f7;
}

.sec6 .fl .comBox .pho {
	width: 30%;
	float: left;
	overflow: hidden;
}

.sec6 .fl .comBox .pho img {
	transition: 0.3s;
}

.sec6 .fl .comBox .text {
	width: 70%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.sec6 .fl .comBox .text h3 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 0 10px;
}

.sec6 .fl .comBox .text p {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.sec6 .fl .comBox .text span {
	display: block;
	width: 100px;
	line-height: 30px;
	background: #2a8c3a;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	float: right;
	margin-top: 10px;
}

.sec6 .fl .comBox:hover .text span {
	background: #ec8230;
}

.sec6 .fl .comBox:hover .pho img {
	transform: scale(1.1);
}

.sec6 .fl li {
	width: 50%;
	padding: 0 8px;
	box-sizing: border-box;
	float: left;
}

.sec6 .fl li a {
	display: block;
	position: relative;
	line-height: 44px;
	padding-left: 20px;
	background: url(../images/yd.png) no-repeat left center;
	background-size: 14px;
	border-bottom: 1px dashed #dedede;
}

.sec6 .fl li p {
	padding-right: 80px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec6 .fl li span {
	display: block;
	position: absolute;
	right: 6px;
	top: 0;
	color: #898989;
}

.sec6 .fl li:hover a {
	background-image: url(../images/yd1.png);
	color: #2a8c3a;
}

.sec6 .fr {
	width: 33%;
}

.sec6 .fr .frBox {
	border: 1px solid #ddd;
	padding: 0 10px;
}

.sec6 .fr li {
	padding: 10px 0;
	border-bottom: 1px dashed #dedede;
}

.sec6 .fr li span {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background: #dedede;
	color: #555;
}

.sec6 .fr li h3 {
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec6 .fr li p {
	position: relative;
	padding-left: 30px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px
}

.sec6 .fr li p span {
	background: #2a8c3a;
	color: #fff
}

.sec8 {
	margin-top: 30px;
}

.sec8 .fr .frBox {
	padding: 10px;
	color: #fff;
	background: url(../images/lxbg.jpg) center right;
	background-size: cover;
}

.sec6 .fr .lxText h3 {
	font-size: 20px;
	margin-bottom: 6px;
}

.sec6 .fr .lxText p {
	line-height: 30px;
	font-size: 15px
}

.fLinks {
	margin-top: 30px;
}

.fLinks h4 {
	border-bottom: 2px solid #2a8c3a;
	color: #2a8c3a;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 30px;
}

.fLinks a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #787878;
	padding-right: 8px;
	margin-right: 6px;
	border-right: 1px solid #ddd;
}

@media all and (min-width: 1023px) and (max-width: 1600px) {
	.sec3 .flBox .comBox .text h2 {
		font-size: 28px;
	}
	.sec4 .swiper-slide .text h3 {
		margin-bottom: 3px;
	}
	.sec4 .swiper-slide .text p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.sec4 .swiper-slide .text a {
		line-height: 25px;
		margin-top: 4px;
	}
	.sec4 .swiper-slide-active, .sec4 .swiper-slide-duplicate-active {
		transform: scale(1.1) translateY(-6px);
	}
	.sec .title p:after, .sec .title p:before {
		width: 260px;
		background-size: cover;
	}
	.sec .title p:before {
		background-position: right center;
	}
	.sec4 .swiper-container {
		height: 127px;
	}
	.sec4 .swiper-slide-active, .sec4 .swiper-slide-duplicate-active {
		height: 138px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
	.sec2 .fl a {
		padding: 26px 0;
	}
	.sec2 .fl a strong {
		font-size: 26px;
		left: 10px;
		margin-top: -10px;
	}
	.sec3 .flBox .comBox .text p {
		line-height: 26px;
		font-size: 15px;
		height: 175px;
	}
	.sec5 .text1 {
		left: 2%
	}
	.sec5 .text2 {
		right: 3%;
	}
	.sec5 .text .tex {
		font-size: 16px;
		border-bottom-width: 2px;
	}
	.sec5 .text p {
		font-size: 14px;
		line-height: 25px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1400px) {
	.sec .title p:before {
		left: 17%;
	}
	.sec .title p:after {
		right: 17%;
	}
	.sec2 .fl a {
		font-size: 16px;
	}
	.sec2 .fl .bg {
		left: -15px;
		top: -15px;
	}
	.sec4 .swiper-container {
		height: 113px;
	}
	.sec4 .swiper-slide-active, .sec4 .swiper-slide-duplicate-active {
		height: 128px;
	}
	.sec4 .swiper-slide .text h3 {
		font-size: 15px;
		margin-bottom: 0;
	}
	.sec4 .swiper-slide .text p {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.sec4 .swiper-slide .text span {
		line-height: 24px;
	}
	.sec .title h2 {
		font-size: 26px;
	}
	.sec3 .flBox .comBox .text h2 {
		font-size: 22px;
	}
	.sec3 .flBox .comBox .text p {
		height: 160px;
	}
	.sec3 .flBox .comBox .text a {
		width: 100px;
		line-height: 30px;
		border-radius: 15px;
		margin-top: 5px;
	}
	.sec6 .fl .comBox .text h3 {
		margin: 8px 0;
	}
	.sec6 .fl .comBox .text p {
		line-height: 24px;
		height: 48px;
	}
	.sec6 .fl .comBox .text span {
		margin-top: 6px;
	}
	.sec6 .fr li {
		padding: 8px 0;
	}
	.sec6 .fr li h3 {
		margin-bottom: 3px;
		line-height: 28px;
	}
	.sec6 .fr .lxText p {
		font-size: 14px;
	}
}

@media all and (min-width: 0) and (max-width:1360px) {
	.sec1 .ul2 li p {
		line-height: 36px;
		font-size: 15px;
	}
	.sec2 .fl a {
		padding: 25px 0;
	}
	.sec4 .swiper-container {
		height: 105px;
	}
	.sec4 .swiper-slide-active, .sec4 .swiper-slide-duplicate-active {
		height: 118px;
	}
	.sec4 .more a {
		width: 100px;
		line-height: 30px;
	}
	.sec6 .fl .comBox .text h3 {
		font-size: 15px;
		margin: 5px 0;
	}
	.sec6 .fl .comBox .text p {
		line-height: 22px;
		height: 44px;
	}
	.sec6 .fl .comBox .text span {
		line-height: 24px;
		width: 80px;
		font-size: 13px;
	}
	.sec6 .fl li p {
		font-size: 14px;
	}
	.sec6 .fr li span {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.sec6 .fr li h3 {
		font-size: 15px;
		line-height: 25px;
		padding-left: 25px;
	}
	.sec6 .fr .lxText p {
		font-size: 13px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
	.sec1 ul.ul1 li {
		width: 50%;
		padding: 6px;
	}
	.sec1 ul.ul1 li a {
		line-height: 40px;
		font-size: 15px;
	}
	.sec1 .ul2 li {
		width: 50%;
		padding: 6px;
	}
	.sec1 .ul2 li p {
		line-height: 36px;
		font-size: 14px;
	}
	.sec1 .ul2 li p:after {
		height: 2px;
	}
	.sec .fl {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec .fr {
		width: 100%;
	}
	.sec2 {
		padding: 20px 0;
	}
	.sec2 .clear {
		margin: 20px 0%;
	}
	.sec2 .fl {
		width: 100%;
	}
	.sec2 .fl .bg {
		display: none;
	}
	.sec2 .fl ul {
		overflow: hidden;
		background: none
	}
	.sec2 .fl li {
		width: 50%;
		float: left;
		padding: 6px;
		box-sizing: border-box;
	}
	.sec2 .fl a {
		background: #2a8c3a;
		padding: 10px 0;
		font-size: 14px;
		border-bottom: none;
		border-radius: 3px;
	}
	.sec2 .fl a strong {
		display: none;
	}
	.sec2 .fr {
		width: 100%;
	}
	.sec2 .fr li {
		width: 50%;
		padding: 8px;
	}
	.sec2 .fr li .pho {
		position: relative;
	}
	.sec2 .fr li .pho p {
		line-height: 35px;
		font-size: 15px;
	}
	.sec3 .flBox .comBox {
		margin: 0px 0;
	}
	.sec3 .flBox .comBox .bannerswiper {
		width: 100%;
		margin: 0;
	}
	.sec3 .flBox .comBox .text {
		width: 100%;
		margin-top: 10px;
	}
	.sec3 .flBox .comBox .text h2 {
		font-size: 22px;
		margin-bottom: 6px;
	}
	.sec3 .flBox .comBox .text p {
		height: inherit;
	}
	.sec3 .flBox .comBox .text a {
		margin: 5px auto;
		width: 100px;
		line-height: 30px;
		border-radius: 15px;
	}
	.sec3 .flBox h3 {
		font-size: 15px;
		height: 32px;
	}
	.sec3 .flBox h3:after {
		width: 100px;
		line-height: 32px;
		height: 32px;
	}
	.sec3 .flBox .rx p {
		line-height: 36px;
		font-size: 15px;
	}
	.sec4 {
		padding: 20px 0;
	}
	.sec4 .swiper-container {
		margin: 10px;
		padding: 0;
		height: inherit;
	}
	.sec4 .swiper-slide {
		display: block;
		display: block;
		display: block;
		display: block;
	}
	.sec4 .swiper-slide .pho {
		width: 100%;
		float: inherit;
	}
	.sec4 .swiper-slide .text {
		float: inherit;
		width: 100%;
		padding: 10px 10px 50px;
	}
	.sec4 .swiper-slide-active, .sec4 .swiper-slide-duplicate-active {
		transform: scale(1) translateY(0px);
		padding: 0px;
		height: inherit;
	}
	.sec4 .swiper-slide .text h3 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.sec4 .swiper-slide .text p {
		font-size: 13px;
		line-height: 26px;
		height: 52px;
	}
	.sec4 .swiper-slide-active .text h3 {
		font-size: 16px;
		font-weight: 600;
	}
	.sec4 .swiper-slide-active .text p {
		font-size: 14px;
	}
	.sec4 .swiper-slide-active .text span {
		color: #333;
		background: #fff;
	}
	.sec4 .swiper-slide p {
		line-height: 36px;
		font-size: 15px;
	}
	.sec4 .more a {
		width: 100px;
		line-height: 32px;
		font-size: 14px;
	}
	.sec7 li {
		width: 50%;
		float: left;
	}
	.sec7 li .pho span {
		width:40px;
		height:40px;
		margin:-20px 0 0 -20px
	}
	.sec7 .more a {
		width: 100px;
		line-height: 32px;
		font-size: 14px;
	}
	.sec6 .fl {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec6 .titl1 {
		line-height: 32x;
		margin-bottom: 10px;
	}
	.sec6 .titl1 span {
		width: 100px;
		font-size: 15px;
	}
	.sec6 .titl1 a {
		margin-right: 6px;
	}
	.sec6 .fl .flBox {
		padding: 8px;
		height: inherit !important;
	}
	.sec6 .fl .comBox .pho {
		width: 100%;
		float: inherit
	}
	.sec6 .fl .comBox .text {
		width: 100%;
		float: inherit;
		padding: 8px 15px 50px;
	}
	.sec6 .fl .comBox .text h3 {
		font-size: 15px;
		margin: 5px 0 10px;
	}
	.sec6 .fl .comBox .text span {
		width: 90px;
		line-height: 26px;
		font-size: 13px;
		margin-top: 8px;
	}
	.sec6 .fl li {
		width: 100%;
		float: inherit;
	}
	.sec6 .fl li a {
		line-height: 36px;
	}
	.sec6 .fr {
		width: 100%;
	}
	.sec6 .fr .frBox {
		padding: 0 8px;
		height: inherit !important;
	}
	.sec6 .fr li {
		padding: 8px 0;
	}
	.sec6 .fr li span {
		display: block;
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		background: #dedede;
		color: #555;
	}
	.sec6 .fr li h3 {
		padding-left: 30px;
		position: relative;
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec6 .fr li p {
		position: relative;
		padding-left: 30px;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
		font-size: 14px
	}
	.sec6 .fr li p span {
		background: #2a8c3a;
		color: #fff
	}
	.sec8 {
		margin-top: 20px;
	}
	.sec8 .fr .frBox {
		padding: 8px;
	}
	.sec6 .fr .lxText h3 {
		font-size: 17px;
		margin-bottom: 6px;
	}
	.sec6 .fr .lxText p {
		line-height: 25px;
		font-size: 14px
	}
	.fLinks {
		margin-top: 20px;
	}
}